home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000054_news@columbia.edu _Sat Apr 5 11:18:58 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA02794
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 5 Apr 1997 11:18:58 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA13623
  7.     for kermit.misc@watsun; Sat, 5 Apr 1997 11:18:57 -0500 (EST)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!uwm.edu!news-peer.gsl.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsxfer3.itd.umich.edu!newsxfer.itd.umich.edu!yale!oitnews.harvard.edu!mercury!jay
  9. From: Jay Daly <jay@bidmc.harvard.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: K95 Script Local Echoing
  12. Date: Sat, 5 Apr 1997 11:08:31 -0500
  13. Organization: Beth Israel Deaconess Med Ctr Boston MA
  14. Lines: 29
  15. Message-ID: <Pine.SUN.3.94.970405105100.9562A-100000@mercury>
  16. NNTP-Posting-Host: mercury.bih.harvard.edu
  17. Mime-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Sender: jay@mercury
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:6869
  21.  
  22.  
  23. When running script-managed telnet sessions with K95 (1.1.11), characters
  24. sent via the output command aren't echoed locally.  Characters typed in
  25. CONNECT mode are, though, as are characters sent via the TRANSMIT command
  26. (which follows the local SET TERM setting, according to Using C-K e2;
  27. again indicating that the local echo is set appropriately).  A check of
  28. the active connection shows that "Echoing is currently local."
  29.  
  30. I don't want to have them echoed by the remote server, since everything
  31. works fine in connect mode, and I can manually insert echo commands into
  32. the script to display such output data as might be necessary to clarify
  33. the session, but I thought I'd check first to see if I was missing
  34. something.
  35.  
  36. Maybe some magical SET OUTPUT ECHO ON command?
  37.  
  38. TIA for any help you can give.  (BTW, no problem with echoing output in
  39. similar scripts using MSK 3.15.)
  40.  
  41. Jay
  42.  
  43. Jay Daly                           jay@bidmc.harvard.edu
  44. QuickDOC
  45. 45A Mason Terrace                  Phone: (617) 734-0918
  46. Brookline, MA  02146               Fax:   (617) 734-3154
  47.  
  48.  
  49.  
  50.